home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Web Graphics with Shout 3D
/
Interactive Web Graphics With Shout 3D.iso
/
pc
/
Shout3Ddemo
/
Shout3d_runtime
/
codebase
/
applets
/
HAnimExamineApplet.java
< prev
next >
Wrap
Text File
|
2000-09-01
|
256b
|
15 lines
// Copyright 2000 Eyematic Interfaces, Inc.
// All rights reserved.
package applets;
public class HAnimExamineApplet extends ExamineApplet
{
public void initShout3DPanel()
{
panel = new HAnimExaminePanel(this);
}
}